home *** CD-ROM | disk | FTP | other *** search
/ Red Eye Press Kit / Red Eye Press Kit.iso / pc / main.dxr / SCRIPTS_29_goURL (mouseUp).ls < prev    next >
Encoding:
Text File  |  2005-07-18  |  253 b   |  12 lines

  1. property goURL
  2.  
  3. on getPropertyDescriptionList
  4.   description = [:]
  5.   addProp(description, #goURL, [#default: EMPTY, #format: #string, #comment: "goURL:"])
  6.   return description
  7. end
  8.  
  9. on mouseUp me
  10.   gotoNetPage(goURL, "http://www.redeye-themovie.com")
  11. end
  12.